runtime.arenaHint.down (field)

4 uses

	runtime (current package)
		malloc.go#L652: 		if hint.down {
		malloc.go#L666: 			if !hint.down {
		malloc.go#L705: 		hint.addr, hint.down = uintptr(v), true
		mheap.go#L301: 	down bool